GetCell Method (ITableRow<T>)
Returns a cell from the row by column name.

C# Syntax

T GetCell( 
   string columnName
)

Parameters

columnName
The name of the column.

Return Value

the cell.